home *** CD-ROM | disk | FTP | other *** search
- # Demo map file
- # This file should be pointed at by an entry in IMAGEMAP.CNF
- #
- # -Casey Barton
-
- #The default page is loaded if no other entries are hit.
- default /demo/noshape.html
-
- # Circles are defined by two points; the first is the center, and the second
- # is a point on the perimeter.
- circle /demo/circle.html 50,50 50,10
-
- # Rects are defined by two diagonally opposite vertices.
- rect /demo/rect.html 130,10 170,90
-
- # Polys can have any number of vertices.
- poly /demo/poly.html 250,10 210,90 290,90
-
-
-